home *** CD-ROM | disk | FTP | other *** search
/ CD Fun House 8 / CD Funhouse Version 8.0 - Wayzata Technology (7013) (1993).iso / pc / mac / __the_sc / hypersta.rs / card_4281.txt < prev    next >
Text File  |  1990-10-07  |  1KB  |  52 lines

  1. -- card: 4281 from stack: in.rs
  2. -- bmap block id: 8349
  3. -- flags: 0000
  4. -- background id: 2138
  5. -- name: You Lose
  6. ----- HyperTalk script -----
  7. on openCard
  8.   global theNumber
  9.   put "Sorry, that was seven guesses." & return & "The number was " & theNumber & "." into card field "Info"
  10.   play "Cushion"
  11. end openCard
  12.  
  13.  
  14.  
  15. -- part 3 (field)
  16. -- low flags: 01
  17. -- high flags: 0000
  18. -- rect: left=39 top=291 right=330 bottom=469
  19. -- title width / last selected line: 0
  20. -- icon id / first selected line: 0 / 0
  21. -- text alignment: 0
  22. -- font id: 3
  23. -- text size: 14
  24. -- style flags: 0
  25. -- line height: 18
  26. -- part name: Info
  27.  
  28.  
  29. -- part 4 (button)
  30. -- low flags: 00
  31. -- high flags: 8003
  32. -- rect: left=383 top=289 right=331 bottom=479
  33. -- title width / last selected line: 0
  34. -- icon id / first selected line: 0 / 0
  35. -- text alignment: 1
  36. -- font id: 0
  37. -- text size: 12
  38. -- style flags: 0
  39. -- line height: 16
  40. -- part name: Oh Well, OK
  41. ----- HyperTalk script -----
  42. on mouseUp
  43.   visual effect scroll left
  44.   go to card 1
  45. end mouseUp
  46.  
  47.  
  48.  
  49. -- part contents for card part 3
  50. ----- text -----
  51. Sorry, that was seven guesses.
  52. The number was 14.